Click or drag to resize

StreamLoad Method (String)

Loads data to this stream from the specified file.

Namespace:  Independentsoft.IO.StructuredStorage
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public void Load(
	string filePath
)

Parameters

filePath
Type: SystemString
File path.
See Also